home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / glide1.exe / README.DOC < prev   
Text File  |  1993-08-01  |  7KB  |  122 lines

  1. ┌────────────────────────────────────────────────────────────────────────┐
  2. │                            'The Glide'                                 │
  3. │                                                                        │
  4. │        Generic Language - Integrated Developement Environment          │
  5. │                         Version # 1.00.02                              │
  6. │                                                                        │
  7. │               (c) Copyright 1993, Russell A. Powell                    │
  8. │                         All Rights Reserved.                           │
  9. └────────────────────────────────────────────────────────────────────────┘
  10.  
  11.         Welcome to the Glide !!  First off, I would like to thank you
  12. for expressing an interest in my program, and remind you that this
  13. software is not free.  This software is marketed under the shareware
  14. concept and because of this, I have given you license to use this
  15. software free of charge for 30 days, so that you may evaluate it to
  16. see if it meets your specific needs.  After which, if you continue to
  17. use the Glide,  you MUST register you copy of it, or be in violation of
  18. federal copyright laws.  Read the file "GLIDE.DOC" for more information
  19. regarding warranties, registration, and shareware.
  20.  
  21. ABOUT THE GLIDE
  22. ---------------
  23.         The Glide is an Integrated Development Environment (IDE) that
  24. may be configured for any programming language.  Hence the name,
  25. Generic Language Integrated Development Environment or, to put it more
  26. simply, "The Glide".  The Glide IS NOT CRIPPLED in any way.  I have
  27. disabled the project archive function until you register your copy but
  28. this in no way effects your ability to use this product to create your
  29. software projects.
  30.  
  31.  Features
  32.  --------
  33.  All Aspects Completely Configurable.
  34.  Menu driven and Mousable with Complete Internal Help System.
  35.  Internal file Viewer supports:
  36.         Text, *.DBF, *.LZH, Compressed Glide Projects (*.GLA), *.PCX
  37.  Swap to Expanded memory, High memory, or Disk.
  38.  Supports 25, 43, or 50 column screen modes.
  39.  Globally Find and Replace Character Strings throughout multiple files.
  40.  Define up to 6 Tools / Utilities with each Language Environment.
  41.  Internal or External Screen Saver.
  42.  Internal On-Screen Clock, pop-up Calculator, and Calendar.
  43.  Print files with user Defined Printer Initialization and Reset Strings.
  44.  Execute DOS Commands or Completely Shell out to DOS
  45.  Setup DOS Environment Variable(s) for each Language Environment or Project
  46.  Creates your Make and Link utility Script files for you.
  47.     Currently supported script formats include:
  48.     RMake, RTLink, RTLink Overlayed, MS-Link, Blinker, Blinker Overlayed
  49.  Remembers and reloads your last project.
  50.  Archive/Unarchive all project files ( Registered users only ).
  51.  
  52. INSTALL
  53. -------
  54. To install the Glide simply execute the the program "INSTALL.BAT".
  55. The Glide installation procedure will create the following directory
  56. structure and files beneath your current directory:
  57.  
  58.          File Name                File Description
  59.         ------------------        ------------------
  60. current\ ┌─ glide.exe             Glide System Loader
  61.   dir    │  glide-x.exe           Main Glide Executable
  62.          │  glide1.pcx            Glide Opening Screen
  63.          │  glide2.pcx              "      "       "
  64.          │  glide.dbf             Glide Loader Information Data file
  65.          │  glide.dbt               "      "       "        "    "
  66.          │  glide.cfg             Glide Configuration File
  67.          │  glide.ico             Windows Icon for 'The Glide'
  68.          │  glide.pif             Windows Program Information file
  69.          │  glide.doc             Glide External Documentation file
  70.          │  readme.doc            Glide Quick Documention
  71.          │  twhelp.dbf            Glide Internal Help Data
  72.          │  twhelp.dbt              "      "       "   "
  73.          │  twhelp1.ntx             "      "       "   "
  74.          │  invoice.doc           Glide invoice / order form
  75.          │  shr-ware.doc          What is Shareware ?  Documentation
  76.          │  revision.doc          Glide revision information file
  77.          ├─ \env\clipper.env      Clipper Sample Environment file
  78.          │       msc.env          Microsoft C/C++     "       "
  79.          ├─ \gfr\gfr.doc          Global Find & Replace - Documention
  80.          │       gfr.exe          Global Find & Replace - Executable
  81.          ├─ \lha\history.eng      LHA Compression - History File
  82.          │       lha.exe          LHA Compression - Executable File
  83.          │       lha.hlp          LHA Compression - Help File
  84.          │       lha213.doc       LHA Compression - Documentation File
  85.          └─ \prj\                 Glide Project Directory (created @ Startup)
  86.  
  87. You may specify a base directory to install The Glide to if you do not
  88. wish to have it installed to the current directory, by passing the
  89. install batch file the base directory name.  For Example, if your
  90. current directory is c:\mydir and you wish to install The Glide to
  91. c:\glide, the install command would be: INSTALL c:\glide [RETURN].
  92.  
  93. -*- NOTE -*-
  94. The base directory structure specified in the install command line does
  95. not need to exist prior to running the install program.  If it does not
  96. exist, the Glide installation program will create it for you.
  97.  
  98. If all of the above files are not present after the install than please
  99. do not attempt to use your copy of the program.  It may be corrupt, and
  100. at best unpredictable results may occur.  
  101.  
  102. DO NOT ERASE, RENAME, OR OTHERWISE CHANGE any of the directory
  103. structures beneath the glide's base directory (ENV,PRJ,LHA,GFR). These
  104. directory structures are used by The Glide, and if they are not found,
  105. many of the Glide's functions will be inoperable.
  106.  
  107. RUNNING THE PROGRAM
  108. -------------------
  109. The easiest way to run the Glide, is to put the glide base directory in
  110. your DOS path, and just type: GLIDE [RETURN].  This however, is not
  111. strictly necessary, you may call the glide without it being in your
  112. path, by simply using the entire drive, directory and filename.  Such
  113. as, "C:\GLIDE\GLIDE [RETURN]".  This method will work just as well.
  114.  
  115. The Glide will accept a parameter of /P=<PROJECT NAME>, which will force
  116. it to load the specified project.  If you do not pass it a project
  117. parameter, it will attemp to load the last project that you worked on.
  118.  
  119. For complete details about the operation of the Glide, read the
  120. documentation file "GLIDE.DOC" or use The Glide's Internal Help system
  121. by mashing down on the F1 Key on any menu option or data entry field.
  122.